home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 037a / tvbg15.zip / TVBEG15.TXT < prev   
Text File  |  1991-11-15  |  3KB  |  59 lines

  1.                                    TVBEGIN  
  2.                                  Version 1.5
  3.                                    
  4. TurboVision Begin (TVBEGIN) is a tool for creating a simple TurboVision 
  5. program using TP Version 6.0.  It can be used by the TP programmer to create 
  6. his/her first TurboVision program.  The program can also be useful for
  7. making the beginning skeleton program for a new TurboVision Program. I wrote 
  8. the program because I did not like modifying old code. The program writes
  9. new code with the program name entered.
  10.  
  11. You only have two menu options at the start of the program. The first
  12. menu option is for the About dialog and Exit. The Second is to Make the 
  13. program. The make menu has two options. The first is for program 
  14. information.  The program's name (8 characters, the '.PAS 
  15. extention will be added as the file name ) is the first info line needed.
  16. The program does not check if a file name exists so be sure to use a name
  17. that does not have the PAS extention. If you do not enter any information,
  18. the default names will be used and you will have to slightly modify the
  19. resulting code.  Program Description is the next info line. This is just
  20. a short description about the program for the About dialog. The last
  21. info line is for the authors name and should not need an explanation.
  22. The second option in the Make menu is to begin making the program.
  23. That is all there is to it. 
  24.  
  25. The created program's new option brings up a dialog box.  This dialog box 
  26. allows you to enter a line of text.  The entered text then appears on the
  27. first line of the window.  Each line of text entered will always appear on
  28. the first line.  I will leave it to you to scroll it down. 
  29.  
  30.  
  31. Neil Rubenking's book, Turbo Pascal 6.0 Techniques and Utilities, broke
  32. my mental barrier for using TurboVision. The MakeMenu utility has also 
  33. been of great help. My thanks go to him for his help.
  34.  
  35. TVBEGIN contains only two files
  36. TVBEGIN.EXE
  37. TVBEGIN.TXT
  38. Since you are reading this, you at least have TVBEGIN.TXT.
  39. This program may be distributed freely but this file must be included
  40. when distributed. This Version (1.0) is FREEWARE. It may not be sold
  41. or combined in any package without the copyright holders permission.
  42. No warranty is offered with this code whatsoever, including its fitness
  43. for any particular purpose. The copyright holder shall not be liable for
  44. damages of any kind that may arise from its use.
  45.  
  46. If you have any comments or enhancements, please let me know. I can be
  47. contacted through Compuserve. 
  48.  
  49. Bill Romano
  50. User ID 70125,213
  51.  
  52.  
  53. Revision History
  54.  
  55. 11/1/91
  56. Fixed cosmetic problem on status line.  Exit was Alt-X not Alt-F3
  57. 11/15/91
  58. Added a window and input dialog box to put entered text in the window
  59.